[INFO] cloning repository https://github.com/margooey/cgs-internal
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/margooey/cgs-internal" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmargooey%2Fcgs-internal", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmargooey%2Fcgs-internal'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b1361993ee051c36cda60048d66562a4d90d1d91
[INFO] fixing margooey/cgs-internal against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmargooey%2Fcgs-internal" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/margooey/cgs-internal
[INFO] finished tweaking git repo https://github.com/margooey/cgs-internal
[INFO] tweaked toml for git repo https://github.com/margooey/cgs-internal written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/margooey/cgs-internal on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/margooey/cgs-internal already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 254b70cca6e3f0d6429599f16ab51a0a6aa7491cb64829b0178aa861c8dd0593
[INFO] running `Command { std: "docker" "start" "254b70cca6e3f0d6429599f16ab51a0a6aa7491cb64829b0178aa861c8dd0593", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "254b70cca6e3f0d6429599f16ab51a0a6aa7491cb64829b0178aa861c8dd0593" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "254b70cca6e3f0d6429599f16ab51a0a6aa7491cb64829b0178aa861c8dd0593", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "254b70cca6e3f0d6429599f16ab51a0a6aa7491cb64829b0178aa861c8dd0593" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking core-foundation-sys v0.8.7
[INFO] [stderr]     Checking core-foundation v0.10.1
[INFO] [stderr]     Checking cgs-internal v0.0.3 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CGSMainConnectionID` in this scope
[INFO] [stdout]    --> src/cgs_connection.rs:104:14
[INFO] [stdout]     |
[INFO] [stdout]  52 | pub const kCGSNullConnectionID: CGSConnectionID = 0;
[INFO] [stdout]     | ---------------------------------------------------- similarly named constant `kCGSNullConnectionID` defined here
[INFO] [stdout] ...
[INFO] [stdout] 104 |     unsafe { CGSMainConnectionID() }
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: a constant with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 104 -     unsafe { CGSMainConnectionID() }
[INFO] [stdout] 104 +     unsafe { kCGSNullConnectionID() }
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CGSNewConnection` in this scope
[INFO] [stdout]    --> src/cgs_connection.rs:109:14
[INFO] [stdout]     |
[INFO] [stdout] 109 |     unsafe { CGSNewConnection(unused, out_connection) }
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CGSReleaseConnection` in this scope
[INFO] [stdout]    --> src/cgs_connection.rs:114:14
[INFO] [stdout]     |
[INFO] [stdout] 114 |     unsafe { CGSReleaseConnection(cid) }
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `cgs-internal` (lib) due to 19 previous errors
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CGSDefaultConnectionForThread` in this scope
[INFO] [stdout]    --> src/cgs_connection.rs:119:14
[INFO] [stdout]     |
[INFO] [stdout] 119 |     unsafe { CGSDefaultConnectionForThread() }
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CGSConnectionGetPID` in this scope
[INFO] [stdout]    --> src/cgs_connection.rs:124:14
[INFO] [stdout]     |
[INFO] [stdout] 124 |     unsafe { CGSConnectionGetPID(cid, out_pid) }
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CGSGetConnectionIDForPSN` in this scope
[INFO] [stdout]    --> src/cgs_connection.rs:133:14
[INFO] [stdout]     |
[INFO] [stdout] 133 |     unsafe { CGSGetConnectionIDForPSN(cid, psn, out_owner_cid) }
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CGSMenuBarExists` in this scope
[INFO] [stdout]    --> src/cgs_connection.rs:142:14
[INFO] [stdout]     |
[INFO] [stdout] 142 |     unsafe { CGSMenuBarExists(cid) }
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CGSShutdownServerConnections` in this scope
[INFO] [stdout]    --> src/cgs_connection.rs:150:14
[INFO] [stdout]     |
[INFO] [stdout] 150 |     unsafe { CGSShutdownServerConnections() }
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CGSCopyConnectionProperty` in this scope
[INFO] [stdout]    --> src/cgs_connection.rs:164:14
[INFO] [stdout]     |
[INFO] [stdout] 164 |     unsafe { CGSCopyConnectionProperty(cid, target_cid, key, out_value) }
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CGSSetConnectionProperty` in this scope
[INFO] [stdout]    --> src/cgs_connection.rs:174:14
[INFO] [stdout]     |
[INFO] [stdout] 174 |     unsafe { CGSSetConnectionProperty(cid, target_cid, key, value) }
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CGSDisableUpdate` in this scope
[INFO] [stdout]    --> src/cgs_connection.rs:182:14
[INFO] [stdout]     |
[INFO] [stdout] 182 |     unsafe { CGSDisableUpdate(cid) }
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CGSReenableUpdate` in this scope
[INFO] [stdout]    --> src/cgs_connection.rs:189:14
[INFO] [stdout]     |
[INFO] [stdout] 189 |     unsafe { CGSReenableUpdate(cid) }
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CGSRegisterForNewConnectionNotification` in this scope
[INFO] [stdout]    --> src/cgs_connection.rs:197:14
[INFO] [stdout]     |
[INFO] [stdout] 197 |     unsafe { CGSRegisterForNewConnectionNotification(proc) }
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CGSRemoveNewConnectionNotification` in this scope
[INFO] [stdout]    --> src/cgs_connection.rs:203:14
[INFO] [stdout]     |
[INFO] [stdout] 203 |     unsafe { CGSRemoveNewConnectionNotification(proc) }
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CGSRegisterForConnectionDeathNotification` in this scope
[INFO] [stdout]    --> src/cgs_connection.rs:216:14
[INFO] [stdout]     |
[INFO] [stdout] 216 |     unsafe { CGSRegisterForConnectionDeathNotification(proc) }
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CGSRemoveConnectionDeathNotification` in this scope
[INFO] [stdout]    --> src/cgs_connection.rs:222:14
[INFO] [stdout]     |
[INFO] [stdout] 222 |     unsafe { CGSRemoveConnectionDeathNotification(proc) }
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CGSSetUniversalOwner` in this scope
[INFO] [stdout]    --> src/cgs_connection.rs:233:14
[INFO] [stdout]     |
[INFO] [stdout] 233 |     unsafe { CGSSetUniversalOwner(cid) }
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CGSSetOtherUniversalConnection` in this scope
[INFO] [stdout]    --> src/cgs_connection.rs:242:14
[INFO] [stdout]     |
[INFO] [stdout] 242 |     unsafe { CGSSetOtherUniversalConnection(cid, other_connection) }
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CGSSetLoginwindowConnection` in this scope
[INFO] [stdout]    --> src/cgs_connection.rs:254:14
[INFO] [stdout]     |
[INFO] [stdout] 254 |     unsafe { CGSSetLoginwindowConnection(cid) }
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CGSMainConnectionID` in this scope
[INFO] [stdout]    --> src/cgs_connection.rs:104:14
[INFO] [stdout]     |
[INFO] [stdout]  52 | pub const kCGSNullConnectionID: CGSConnectionID = 0;
[INFO] [stdout]     | ---------------------------------------------------- similarly named constant `kCGSNullConnectionID` defined here
[INFO] [stdout] ...
[INFO] [stdout] 104 |     unsafe { CGSMainConnectionID() }
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: a constant with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 104 -     unsafe { CGSMainConnectionID() }
[INFO] [stdout] 104 +     unsafe { kCGSNullConnectionID() }
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CGSNewConnection` in this scope
[INFO] [stdout]    --> src/cgs_connection.rs:109:14
[INFO] [stdout]     |
[INFO] [stdout] 109 |     unsafe { CGSNewConnection(unused, out_connection) }
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CGSReleaseConnection` in this scope
[INFO] [stdout]    --> src/cgs_connection.rs:114:14
[INFO] [stdout]     |
[INFO] [stdout] 114 |     unsafe { CGSReleaseConnection(cid) }
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CGSDefaultConnectionForThread` in this scope
[INFO] [stdout]    --> src/cgs_connection.rs:119:14
[INFO] [stdout]     |
[INFO] [stdout] 119 |     unsafe { CGSDefaultConnectionForThread() }
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CGSConnectionGetPID` in this scope
[INFO] [stdout]    --> src/cgs_connection.rs:124:14
[INFO] [stdout]     |
[INFO] [stdout] 124 |     unsafe { CGSConnectionGetPID(cid, out_pid) }
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CGSGetConnectionIDForPSN` in this scope
[INFO] [stdout]    --> src/cgs_connection.rs:133:14
[INFO] [stdout]     |
[INFO] [stdout] 133 |     unsafe { CGSGetConnectionIDForPSN(cid, psn, out_owner_cid) }
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CGSMenuBarExists` in this scope
[INFO] [stdout]    --> src/cgs_connection.rs:142:14
[INFO] [stdout]     |
[INFO] [stdout] 142 |     unsafe { CGSMenuBarExists(cid) }
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CGSShutdownServerConnections` in this scope
[INFO] [stdout]    --> src/cgs_connection.rs:150:14
[INFO] [stdout]     |
[INFO] [stdout] 150 |     unsafe { CGSShutdownServerConnections() }
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CGSCopyConnectionProperty` in this scope
[INFO] [stdout]    --> src/cgs_connection.rs:164:14
[INFO] [stdout]     |
[INFO] [stdout] 164 |     unsafe { CGSCopyConnectionProperty(cid, target_cid, key, out_value) }
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CGSSetConnectionProperty` in this scope
[INFO] [stdout]    --> src/cgs_connection.rs:174:14
[INFO] [stdout]     |
[INFO] [stdout] 174 |     unsafe { CGSSetConnectionProperty(cid, target_cid, key, value) }
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CGSDisableUpdate` in this scope
[INFO] [stdout]    --> src/cgs_connection.rs:182:14
[INFO] [stdout]     |
[INFO] [stdout] 182 |     unsafe { CGSDisableUpdate(cid) }
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CGSReenableUpdate` in this scope
[INFO] [stdout]    --> src/cgs_connection.rs:189:14
[INFO] [stdout]     |
[INFO] [stdout] 189 |     unsafe { CGSReenableUpdate(cid) }
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CGSRegisterForNewConnectionNotification` in this scope
[INFO] [stdout]    --> src/cgs_connection.rs:197:14
[INFO] [stdout]     |
[INFO] [stdout] 197 |     unsafe { CGSRegisterForNewConnectionNotification(proc) }
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CGSRemoveNewConnectionNotification` in this scope
[INFO] [stdout]    --> src/cgs_connection.rs:203:14
[INFO] [stdout]     |
[INFO] [stdout] 203 |     unsafe { CGSRemoveNewConnectionNotification(proc) }
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CGSRegisterForConnectionDeathNotification` in this scope
[INFO] [stdout]    --> src/cgs_connection.rs:216:14
[INFO] [stdout]     |
[INFO] [stdout] 216 |     unsafe { CGSRegisterForConnectionDeathNotification(proc) }
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CGSRemoveConnectionDeathNotification` in this scope
[INFO] [stdout]    --> src/cgs_connection.rs:222:14
[INFO] [stdout]     |
[INFO] [stdout] 222 |     unsafe { CGSRemoveConnectionDeathNotification(proc) }
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CGSSetUniversalOwner` in this scope
[INFO] [stdout]    --> src/cgs_connection.rs:233:14
[INFO] [stdout]     |
[INFO] [stdout] 233 |     unsafe { CGSSetUniversalOwner(cid) }
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CGSSetOtherUniversalConnection` in this scope
[INFO] [stdout]    --> src/cgs_connection.rs:242:14
[INFO] [stdout]     |
[INFO] [stdout] 242 |     unsafe { CGSSetOtherUniversalConnection(cid, other_connection) }
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CGSSetLoginwindowConnection` in this scope
[INFO] [stdout]    --> src/cgs_connection.rs:254:14
[INFO] [stdout]     |
[INFO] [stdout] 254 |     unsafe { CGSSetLoginwindowConnection(cid) }
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `cgs-internal` (lib test) due to 19 previous errors
[INFO] running `Command { std: "docker" "inspect" "254b70cca6e3f0d6429599f16ab51a0a6aa7491cb64829b0178aa861c8dd0593", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "254b70cca6e3f0d6429599f16ab51a0a6aa7491cb64829b0178aa861c8dd0593", kill_on_drop: false }`
[INFO] [stdout] 254b70cca6e3f0d6429599f16ab51a0a6aa7491cb64829b0178aa861c8dd0593
